home *** CD-ROM | disk | FTP | other *** search
- object fmCustOrd: TfmCustOrd
- Left = 270
- Top = 214
- Width = 320
- Height = 230
- Caption = 'Data Navigation'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Position = poScreenCenter
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object DBEdit1: TDBEdit
- Left = 10
- Top = 7
- Width = 248
- Height = 21
- DataField = 'Company'
- DataSource = DM1.CustomerSource
- MaxLength = 30
- TabOrder = 0
- OnEnter = DBEdit1Enter
- end
- object DBGrid1: TDBGrid
- Left = 9
- Top = 36
- Width = 292
- Height = 159
- DataSource = DM1.OrdersSource
- TabOrder = 1
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnEnter = DBGrid1Enter
- end
- end
-